Exch Msg
Request to be POSTed to uri : /NorenWClientTP/ExchMsg
Request Details :
Parameter Name | Possible value | Description |
---|---|---|
jData* | Should send json object with fields in below list | |
jKey* | Key Obtained on login success. |
Json Fields | Possible value | Description |
---|---|---|
uid* | Logged in User Id | |
exch | Exchange (Select from ‘exarr’ Array provided in User Details response) |
Example:
curl https://apitest.kambala.co.in/NorenWClientTP/ExchMsg \
-d "jData={\"uid\":\"VIDYA\"}“ \
-d “jKey=NSE”
Response data will be in json format with below fields in case of success.
Json Fields | Possible value | Description |
---|---|---|
stat | Ok | Whi Exch Msg success or failure indication. |
exchmsg | It will be present only in a successful response. | |
exchtm | Exchange Time |
Response data will be in json format with below fields in case of failure:
Json Fields | Possible value | Description |
---|---|---|
stat | Not_Ok | Order book failure indication. |
request_time | Response received time. | |
emsg | Error message |